[INFO] fetching crate orb 0.12.1...
[INFO] fixing orb-0.12.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate orb 0.12.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate orb 0.12.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate orb 0.12.1
[INFO] tweaked toml for crates.io crate orb 0.12.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate orb 0.12.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate orb 0.12.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded orb-smol v0.11.1
[INFO] [stderr]   Downloaded crossfire v3.1.6
[INFO] [stderr]   Downloaded orb v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57
[INFO] running `Command { std: "docker" "start" "75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking crossfire v3.1.6
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking orb v0.12.0
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking orb v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking orb-smol v0.11.1
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:117:13
[INFO] [stdout]     |
[INFO] [stdout] 117 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:164:13
[INFO] [stdout]     |
[INFO] [stdout] 164 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:184:13
[INFO] [stdout]     |
[INFO] [stdout] 184 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:214:13
[INFO] [stdout]     |
[INFO] [stdout] 214 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:242:13
[INFO] [stdout]     |
[INFO] [stdout] 242 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `crossfire` in this scope
[INFO] [stdout]  --> tests/worker_pool_blocking.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crossfire::waitgroup::{WaitGroup, WaitGroupGuard};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `crossfire`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crossfire`, use `cargo add crossfire` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `orb::worker_pool`
[INFO] [stdout]   --> tests/worker_pool_blocking.rs:2:10
[INFO] [stdout]    |
[INFO] [stdout]  2 | use orb::worker_pool::{Worker, WorkerBlocking, WorkerPoolBounded, WorkerPoolUnbounded};
[INFO] [stdout]    |          ^^^^^^^^^^^ could not find `worker_pool` in `orb`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[cfg(feature = "worker")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `worker` feature
[INFO] [stdout] 34 | pub mod worker_pool;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:265:13
[INFO] [stdout]     |
[INFO] [stdout] 265 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:280:13
[INFO] [stdout]     |
[INFO] [stdout] 280 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:304:13
[INFO] [stdout]     |
[INFO] [stdout] 304 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:332:13
[INFO] [stdout]     |
[INFO] [stdout] 332 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `current` found for struct `SmolRT` in the current scope
[INFO] [stdout]    --> tests/buf_stream.rs:361:13
[INFO] [stdout]     |
[INFO] [stdout] 361 |     SmolRT::current().block_on(async {
[INFO] [stdout]     |             ^^^^^^^ associated function or constant not found in `SmolRT`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `orb` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/orb-0.12.0/src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | pub trait AsyncRuntime: AsyncIO + AsyncTime + 'static + Send + Sync {
[INFO] [stdout]     | ------------------------------------------------------------------- this is the trait that was imported
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `orb` (test "worker_pool_blocking") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `orb` (test "buf_stream") due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57", kill_on_drop: false }`
[INFO] [stdout] 75f10ffe2c09bf5696b8605666cc4106dd186915152bb64aff1ec16f6370ec57
